home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_073 / typeandtell / handleri.asm next >
Assembly Source File  |  1992-05-06  |  275b  |  14 lines

  1. * See page 3-113 of the RKM Vol. 1
  2.  
  3.                 XREF    _myhandler
  4.                 XDEF    _HandlerInterface
  5.  
  6. _HandlerInterface
  7.  
  8.                 movem.l a0/a1,-(a7)
  9.                 jsr     _myhandler
  10.                 addq.l  #8,a7
  11.                 rts
  12.  
  13.                 end
  14.